home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 028a / sharc24.zip / SEES.DOC next >
Text File  |  1991-05-26  |  3KB  |  58 lines

  1.                             SEESHELL 2.4
  2.  
  3.             Copyright (c)1991 by P.A. Geelen, Amsterdam.
  4.  
  5.          The program SEES.EXE and this document are placed in the
  6.     public domain by the author. It may be used and distributed freely.
  7.                  It may not be sold under any condition,
  8.                nor be made part of anything that is sold.
  9.  
  10.          Updates and other programs at ABBS, 03240-62502/62504
  11.  
  12. Usage:
  13.                  SEES  [wildcarded filename]
  14.  
  15. SEES is an interactive program for viewing the contents of ZIP, ARC, PAK,
  16. LZH (LHA too), LBR, ZOO, DWC, HYP and ARJ archives. It also allows you to
  17. select certain files and extract them, optionally to a specified directory.
  18.  
  19. SEES will first give you an alphabetically sorted file selection window,
  20. from which you can select the (ZIP-, ARC- etc.) archive you want to
  21. view/extract. (If you didn't specify a filename at the command line, that is).
  22.  
  23. You can move around using the arrow keys, PgUp, PgDn, HOME and END. Pressing
  24. a character will move the cursor to a file starting with that character.
  25. Pressing RETURN on a directory name will change to that directory.
  26. Using Ctrl-D, you can switch to other drives.
  27. Pressing RETURN on an archive will select that archive.
  28. ESC aborts the program.
  29.  
  30. Once an archive is selected, you get a file-selection window for the files
  31. INSIDE the archive. At the start, all files are selected.
  32. You can move around using the arrow keys, PgUp, PgDn, HOME and END.
  33. You can select/deselect files using the INS-key or the SPACEBAR.
  34. "+" selects all files, "-" deselects all files. ESC aborts.
  35.  
  36. Pressing RETURN will cause the program to start extracting the selected
  37. files from the archive. If you want, you can extract them to a different
  38. directory (use F9 in that case).
  39.  
  40. IMPORTANT:
  41. This program is based on SEE 2.4. I'm afraid it is rather simple as far as
  42. the extraction itself is concerned: it will just use existing de-archivers
  43. in a simple call. It will NOT locate these de-archivers: it assumes you
  44. have them, and assumes that they are stored in directories with occur in
  45. your PATH. The commands that are executed for different archives are:
  46.  
  47.       ZIP : PKUNZIP archive FILE(S)
  48.       ARJ : ARJ e archive FILE(S)
  49.       HYP : HYPER -x archive FILE(S)
  50.       ARC : PKXARC -x archive FILE(S)
  51.       PAK : PKXARC -x archive FILE(S)
  52.       LZH : LHA e archive FILE(S)
  53.       DWC : DWC x archive FILE(S)
  54.       LBR : LUE archive FILE(S)
  55.       ZOO : ZOO -e archive FILE(S)
  56.  
  57. In future versions I'll arrange something better.
  58.